Update Event
AutomatR.GoogleCalendar.Activities.UpdateEvent
The "Update Event" activity in AutomatR is part of the Google Calendar activities package, allowing you to update specific details of an event within Google Calendar. This activity is useful when you need to modify the name, description, start time, end time, and attendees of an existing calendar event.
Properties
Name | Description |
---|---|
Input | |
Attendee List | Specifies a list of email IDs that you want to add as attendees in the updated event. Provide a comma-separated list of email addresses. |
Calendar Name | Specifies the name of the calendar in which you want to update an event. String variables containing the existing calendar name. |
Event Name | Specifies the name of the event you want to update. String variables containing the existing event name. |
Time Zone | Selects a timezone from the dropdown according to your requirements. The timezone will be applied to the event's start and end times. |
Update Description | Specifies the updated description for the event. String variables containing the new description. |
Update End Time | Specifies the updated end time for the event. DateTime variables containing the new end time. |
Update Event Name | Specifies the updated event name for the event. String variables containing the new event name. |
Update Start Time | Specifies the updated start time for the event. DateTime variables containing the new start time. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Update Event" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1. |
How to use:
- Drag and drop the "Update Event" activity onto the workflow.
- Configure the properties by specifying the existing calendar name, the existing event name, and the updated details such as event name, description, start time, end time, and attendee list.
- Optionally, configure the delay and customize the display name.
- Execute the workflow to update the specified event in Google Calendar.
Example: Consider an example where the "Update Event" activity is used to change the name and description of an event named "Team Meeting" in the "Work Calendar" with updated details:
Update Event:
Display Name: "Update Team Meeting Event"
Calendar Name: "Work Calendar"
Event Name: "Team Meeting"
Update Event Name: "Updated Team Meeting"
Update Description: "Updated description for the team meeting."
Time Zone: "UTC"
Update Start Time: "2023-01-01 08:00:00"
Update End Time: "2023-01-01 09:00:00"
Attendee List: "user1@example.com,user2@example.com"
In this example, the activity updates the "Team Meeting" event in the "Work Calendar" with the new name "Updated Team Meeting," an updated description, and modified start and end times. It also adds user1@example.com and user2@example.com as attendees to the event.